'Declaration
Public Function GetTextHeight_2( _ ByVal FontResName As String, _ ByVal TextSize As Single, _ ByVal UseFontBox As Boolean _ ) As Single
public float GetTextHeight_2( string FontResName, float TextSize, bool UseFontBox )
public function GetTextHeight_2( FontResName: String; TextSize: Single; UseFontBox: Boolean ): Single;
public function GetTextHeight_2( FontResName : String, TextSize : float, UseFontBox : boolean ) : float;
public: float GetTextHeight_2( string* FontResName, float TextSize, bool UseFontBox )
public: float GetTextHeight_2( String^ FontResName, float TextSize, bool UseFontBox )
Parameters
- FontResName
- TextSize
- UseFontBox